summaryrefslogtreecommitdiff
path: root/bin/bbackupquery/CommandCompletion.cpp
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2014-09-04 01:36:46 +0000
committerChris Wilson <chris+github@qwirx.com>2014-09-04 01:36:46 +0000
commit5509b4591890dfa2d4756a0bdfcdfbd468a762e4 (patch)
treed3c6616eadba4e91a51cc5fbf5587a39b9b8aeda /bin/bbackupquery/CommandCompletion.cpp
parent737d933aea5e3818c1e8fc5b5d2c155afb45e411 (diff)
Reinstate the -o and -d options to bbackupquery list.
Accidentally removed by the previous change to enhance sorting of list output.
Diffstat (limited to 'bin/bbackupquery/CommandCompletion.cpp')
-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} },