aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/ll.fish
diff options
context:
space:
mode:
Diffstat (limited to 'share/functions/ll.fish')
-rw-r--r--share/functions/ll.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/functions/ll.fish b/share/functions/ll.fish
index 5c95a498..75d2ab2c 100644
--- a/share/functions/ll.fish
+++ b/share/functions/ll.fish
@@ -1,7 +1,7 @@
#
# These are very common and useful
#
-function ll -d (N_ "List contents of directory using long format")
+function ll --description "List contents of directory using long format"
ls -lh $argv
end