]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/console/console.c
Merge branch 'master' into readline-bconsole-restore
[bacula/bacula] / bacula / src / console / console.c
index f8cb0cd1c511c018ffba5ada16f51fd93818ef81..304bc04053ce7116d189c761e99b5238b183d0d6 100644 (file)
@@ -604,6 +604,11 @@ static struct cpl_keywords_t cpl_keywords[] = {
    {"volume=",    ".media"         },
    {"oldvolume=", ".media"         },
    {"volstatus=", ".volstatus"     },
+   {"ls",         ".ls"            },
+   {"cd",         ".lsdir"         },
+   {"mark",       ".ls"            },
+   {"m",          ".ls"            },
+   {"unmark",     ".lsmark"        },
    {"actiononpurge=", ".actiononpurge" }
 };
 #define key_size ((int)(sizeof(cpl_keywords)/sizeof(struct cpl_keywords_t)))