Skip to content

Commit

Permalink
break long string into parts
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellkammer authored and Cloudef committed Sep 28, 2023
1 parent 4131791 commit a04dea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/common/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,9 @@ usage(FILE *out, const char *name)
"Use BEMENU_BACKEND env variable to force backend:\n"
" curses ncurses based terminal backend\n"
" wayland wayland backend\n"
" x11 x11 backend\n\n"
" x11 x11 backend\n\n", out);

"If BEMENU_BACKEND is empty, one of the GUI backends is selected automatically.\n\n"
fputs("If BEMENU_BACKEND is empty, one of the GUI backends is selected automatically.\n\n"

"Backend specific options\n"
" c = ncurses, w == wayland, x == x11\n"
Expand Down

0 comments on commit a04dea3

Please sign in to comment.