diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-05-22 18:17:39 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-05-22 18:17:39 +0200 |
| commit | 8734897667bdf68307fc2f57bf0db4c10e3dec8d (patch) | |
| tree | f6390129fbdbb79a90876888ad22c4b17137a697 /alg | |
| parent | 040f8723bfadc022172f895de3a9129841505451 (diff) | |
| download | scripts-8734897667bdf68307fc2f57bf0db4c10e3dec8d.tar.gz scripts-8734897667bdf68307fc2f57bf0db4c10e3dec8d.zip | |
Fixed alg usage
Diffstat (limited to 'alg')
| -rwxr-xr-x | alg | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -9,8 +9,7 @@ usage() { | |||
| 9 | echo "Usage:" | 9 | echo "Usage:" |
| 10 | echo "alg" | 10 | echo "alg" |
| 11 | echo "alg edit (c|e|w|x) [buffer] (1 letter|2 letters)" | 11 | echo "alg edit (c|e|w|x) [buffer] (1 letter|2 letters)" |
| 12 | echo "alg export (c|e|w|x)" | 12 | echo "alg export (c|e|w|x|all)" |
| 13 | echo "alg publish" | ||
| 14 | } | 13 | } |
| 15 | 14 | ||
| 16 | default_editor=vi | 15 | default_editor=vi |
