From 72ce745f6011257892e20e11daf3a420e76e4041 Mon Sep 17 00:00:00 2001 From: EmilySeville7cfg Date: Mon, 24 Jan 2022 15:41:01 +1000 Subject: [PATCH] Use --description for clean command --- share/completions/clean.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/completions/clean.fish b/share/completions/clean.fish index 8d1720d0b..17d587b01 100644 --- a/share/completions/clean.fish +++ b/share/completions/clean.fish @@ -1 +1 @@ -complete --command clean --no-files --arguments 'all\t"Specify that each and every sector on the disk is set to zero"' \ No newline at end of file +complete --command clean --no-files --arguments 'all' --description "Specify that each and every sector on the disk is set to zero"