diff options
Diffstat (limited to 'src/tables.c')
-rw-r--r-- | src/tables.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tables.c b/src/tables.c index 114f71d15..0270319f4 100644 --- a/src/tables.c +++ b/src/tables.c @@ -192,8 +192,7 @@ int printAllKeysOfTable(FILE * fp, char * table, char * arg1) { return printAllAlbums(fp,arg1); } else { - commandError(fp, "table \"%s\" does not exist or not available " - "for listing", table); + commandError(fp, "table \"%s\" does not exist", table); return -1; } } |