diff options
author | adam <56338480+adastx@users.noreply.github.com> | 2022-10-30 19:41:24 +0100 |
---|---|---|
committer | adam <56338480+adastx@users.noreply.github.com> | 2022-10-31 00:42:19 +0100 |
commit | edecb040d826daee023b382ac7aecff88fd8a8cf (patch) | |
tree | 4c87dda3eaf30477236278e27be0e1f2d17f2916 /.local/bin/pashare | |
parent | 13aa86e8d1080c24afdeac51fbb8235990c8a001 (diff) |
minor
Diffstat (limited to '.local/bin/pashare')
-rwxr-xr-x | .local/bin/pashare | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.local/bin/pashare b/.local/bin/pashare index 6fe8f25..a13c25e 100755 --- a/.local/bin/pashare +++ b/.local/bin/pashare @@ -10,8 +10,7 @@ main () { stop) stop ;; *) - echo "usage: pashare [start|stop]" - ;; + echo "usage: pashare [start|stop]" ;; esac } |