[Box Backup-commit] COMMIT r3392 - box/trunk/bin/bbackupquery

subversion at boxbackup.org subversion at boxbackup.org
Thu Sep 4 02:36:47 BST 2014


Author: chris
Date: 2014-09-04 02:36:46 +0100 (Thu, 04 Sep 2014)
New Revision: 3392

Modified:
   box/trunk/bin/bbackupquery/CommandCompletion.cpp
Log:
Reinstate the -o and -d options to bbackupquery list.

Accidentally removed by the previous change to enhance sorting of list output.

Modified: box/trunk/bin/bbackupquery/CommandCompletion.cpp
===================================================================
--- box/trunk/bin/bbackupquery/CommandCompletion.cpp	2014-09-04 01:36:44 UTC (rev 3391)
+++ box/trunk/bin/bbackupquery/CommandCompletion.cpp	2014-09-04 01:36:46 UTC (rev 3392)
@@ -428,7 +428,7 @@
 {
 	{ "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} },




More information about the Boxbackup-commit mailing list