summaryrefslogtreecommitdiff
path: root/home/xyz
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-12-20 19:50:06 -0800
committerXiao Pan <gky44px1999@gmail.com>2023-12-28 11:16:44 +0000
commit115d87b38da961d333cba16131adf05f9e4f4b8d (patch)
tree71ddf43676288feeb3d5fe6fc48627f41d47690a /home/xyz
parent567a975ad91d8d37ca4ee31e0fa6e8dccb51d498 (diff)
update
Diffstat (limited to 'home/xyz')
-rwxr-xr-xhome/xyz/.local/bin/lastarg2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/lastarg b/home/xyz/.local/bin/lastarg
index 58f1f14e..b52afcdc 100755
--- a/home/xyz/.local/bin/lastarg
+++ b/home/xyz/.local/bin/lastarg
@@ -1,5 +1,5 @@
#!/bin/sh
-# useage: lastarg "$@"
+# usage: lastarg "$@"
shift $(($# - 1))
echo "$1"