From 5509b4591890dfa2d4756a0bdfcdfbd468a762e4 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 4 Sep 2014 01:36:46 +0000 Subject: Reinstate the -o and -d options to bbackupquery list. Accidentally removed by the previous change to enhance sorting of list output. --- bin/bbackupquery/CommandCompletion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/bbackupquery') 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} }, -- cgit v1.2.3