Fix usage instructions
authorSiraaj Khandkar <siraaj@khandkar.net>
Tue, 24 Dec 2019 03:57:04 +0000 (22:57 -0500)
committerSiraaj Khandkar <siraaj@khandkar.net>
Tue, 24 Dec 2019 03:57:04 +0000 (22:57 -0500)
there's no directory involved here

home/lib/login_functions.sh

index 0f0ab7d..cac982e 100644 (file)
@@ -15,7 +15,7 @@ shell_activity_report() {
         'dow') ;;
         '') group_by='dow';;
         *)
-            echo "Usage: $0 DIRECTORY [mon|dow]" >&2
+            echo "Usage: $0 [mon|dow]" >&2
             exit 1
     esac
     history \
This page took 0.021062 seconds and 4 git commands to generate.