summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/bbackupquery/CommandCompletion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bbackupquery/CommandCompletion.cpp b/bin/bbackupquery/CommandCompletion.cpp
index 5a547ea8..761fc97e 100644
--- a/bin/bbackupquery/CommandCompletion.cpp
+++ b/bin/bbackupquery/CommandCompletion.cpp
@@ -428,7 +428,7 @@ QueryCommandSpecification commands[] =
{
{ "quit", "", Command_Quit, {} },
{ "exit", "", Command_Quit, {} },
- { "list", "aDFhiIrRsStTU", Command_List, {CompleteRemoteDir} },
+ { "list", "adDFhiIorRsStTU", Command_List, {CompleteRemoteDir} },
{ "pwd", "", Command_pwd, {} },
{ "cd", "od", Command_cd, {CompleteRemoteDir} },
{ "lcd", "", Command_lcd, {CompleteLocalDir} },