Remove a done TODO item
[khome.git] / home / lib / login_functions.sh
index 0f0ab7d..3d2cacd 100644 (file)
@@ -7,7 +7,6 @@ d() {
 
 shell_activity_report() {
     # TODO: optional concrete number output
-    # TODO: manual weekday calc (since forking date is so expensive)
     # TODO: optional combinations of granularities: hour, weekday, month, year
     local group_by="$1"
     case "$group_by" in
@@ -15,7 +14,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.024829 seconds and 4 git commands to generate.