From 9de5e1918fa5de4b8d64bc38571317fcee480813 Mon Sep 17 00:00:00 2001 From: EmilySeville7cfg Date: Thu, 25 Nov 2021 22:44:50 +1000 Subject: [PATCH] +/- hints for attrib command --- share/completions/attrib.fish | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/share/completions/attrib.fish b/share/completions/attrib.fish index 11b8e29b0..9a3e05a66 100644 --- a/share/completions/attrib.fish +++ b/share/completions/attrib.fish @@ -14,7 +14,9 @@ s\tClear the System file attribute h\tClear the Hidden file attribute i\tClear the Not Content Indexed file attribute' | awk -F '\t' "{ printf \"$current_token%s\t%s\n\", \$1, \$2 }" case '*' - echo -e '/s\tApply to matching files in the current directory and all of its subdirectories + echo -e '+\tSet the file attribute +-\tClear the file attribute +/s\tApply to matching files in the current directory and all of its subdirectories /d\tApply attrib and any command-line options to directories /l\tApply attrib and any command-line options to the Symbolic Link, rather than the target of it /?\tShow help'