aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-05-22 18:17:39 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-05-22 18:17:39 +0200
commit8734897667bdf68307fc2f57bf0db4c10e3dec8d (patch)
treef6390129fbdbb79a90876888ad22c4b17137a697
parent040f8723bfadc022172f895de3a9129841505451 (diff)
downloadscripts-8734897667bdf68307fc2f57bf0db4c10e3dec8d.tar.gz
scripts-8734897667bdf68307fc2f57bf0db4c10e3dec8d.zip
Fixed alg usage
Diffstat (limited to '')
-rwxr-xr-xalg3
1 files changed, 1 insertions, 2 deletions
diff --git a/alg b/alg
index fcfdb26..e53dd93 100755
--- a/alg
+++ b/alg
@@ -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
16default_editor=vi 15default_editor=vi

Generated with cgit - Back to sebastiano.tronto.net