summaryrefslogtreecommitdiff
path: root/.local/bin/pashare
diff options
context:
space:
mode:
authoradam <56338480+adastx@users.noreply.github.com>2022-10-30 19:41:24 +0100
committeradam <56338480+adastx@users.noreply.github.com>2022-10-31 00:42:19 +0100
commitedecb040d826daee023b382ac7aecff88fd8a8cf (patch)
tree4c87dda3eaf30477236278e27be0e1f2d17f2916 /.local/bin/pashare
parent13aa86e8d1080c24afdeac51fbb8235990c8a001 (diff)
minor
Diffstat (limited to '.local/bin/pashare')
-rwxr-xr-x.local/bin/pashare3
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
}