peek(1) #93

Closed
trinity wants to merge 25 commits from peek into main
Showing only changes of commit 8374b34834 - Show all commits

View File

@ -88,7 +88,8 @@ int main(int argc, char *argv[]){
if (!allow_nonterminals && isatty(STDIN_FILENO) != 1) { if (!allow_nonterminals && isatty(STDIN_FILENO) != 1) {
(void)fprintf( (void)fprintf(
stderr, stderr,
"%s: Must be run in a terminal (option -i skips this check)\n", "%s: Must be run in a terminal (specify -i to skip this"
" check)\n",
argv[0] argv[0]
); );
return EX_USAGE; return EX_USAGE;