diff options
author | Peter Stephenson <pws@zsh.org> | 2013-11-25 16:11:10 +0000 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2013-11-25 16:11:10 +0000 |
commit | 7423ac14e58b0ad9b351ebb75b0fbf11524c3895 (patch) | |
tree | 65d2558bb16123b7162cb8c043bc38d3175621c1 /Completion/Unix/Command | |
parent | 24c37d86ad95bd78861500b113a3080970ae09b9 (diff) | |
download | zsh-7423ac14e58b0ad9b351ebb75b0fbf11524c3895.tar.gz zsh-7423ac14e58b0ad9b351ebb75b0fbf11524c3895.tar.xz zsh-7423ac14e58b0ad9b351ebb75b0fbf11524c3895.zip |
unposted, see 32050, 32051: remove non-ASCII characters in functions
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r-- | Completion/Unix/Command/_systemd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_systemd b/Completion/Unix/Command/_systemd index 1aae4688b..d2a7895e1 100644 --- a/Completion/Unix/Command/_systemd +++ b/Completion/Unix/Command/_systemd @@ -1,6 +1,6 @@ #compdef systemctl systemd-loginctl -# Copyright (c) 2011 Foudil Brétel <foudil.newbie+zshsystemctl@gmail.com> +# Copyright (c) 2011 Foudil Bre'tel <foudil.newbie+zshsystemctl@gmail.com> # # This file is released under the GPLv3. # |