Does the "usage" notice get printed to stderr?

Viewed 47

When the user executes a program with incorrect arguments, and the program prints a 'usage' instruction to the user, should this be printed to stderr?

1 Answers
Related