diff options
Diffstat (limited to 'src/screen_search.c')
-rw-r--r-- | src/screen_search.c | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/src/screen_search.c b/src/screen_search.c index 530883f67..7fb559fab 100644 --- a/src/screen_search.c +++ b/src/screen_search.c @@ -117,21 +117,14 @@ lw_search_help_callback(int index, int *highlight, void *data) { int text_rows; static char *text[] = { - "Welcome to ncmpc's search screen - SVN version.", - "", - "Quick search - just enter a string and ncmpc will search according", + "Quick - just enter a string and ncmpc will search according", " to the current search mode (displayed above).", "", - "Advanced - bla bla bla.... syntax below", - "" - " <tag>:<search term> [<tag>:<search term>...]", - "", - "Example: artist:radiohead album:pablo honey", - "", - "##### SOMEONE - Write a proper help text, please! #####", + "Advanced - <tag>:<search term> [<tag>:<search term>...]", + " Example: artist:radiohead album:pablo honey", "", - "avalible tags: artist, album, title, track, name, genre, date", - " composer, performer, comment, file", + " avalible tags: artist, album, title, track,", + " name, genre, date composer, performer, comment, file", "", NULL }; |