aboutsummaryrefslogtreecommitdiff
path: root/src/tables.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tables.c')
-rw-r--r--src/tables.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tables.c b/src/tables.c
index 114f71d1..0270319f 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;
}
}