| 738 | } |
| 739 | |
| 740 | static inline void |
| 741 | emit_stdin_note (void) |
| 742 | { |
| 743 | fputs (_("\n\ |
| 744 | With no FILE, or when FILE is -, read standard input.\n\ |
| 745 | "), stdout); |
| 746 | } |
| 747 | static inline void |
| 748 | emit_mandatory_arg_note (void) |
| 749 | { |
no outgoing calls
no test coverage detected