File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ https://github.com/networkupstools/nut/milestone/12
214214
215215 - `upslog` tool updates:
216216 * Updated `help()` and failure messages to suggest `-m '*,-'` for logging
217- of all known local devices to stdout. [#3083]
217+ of all known local devices to stdout. [#3083, #2756 ]
218218
219219 - `upsmon` client updates:
220220 * The `SHUTDOWNEXIT` option was not handled properly, and the requested
Original file line number Diff line number Diff line change @@ -218,6 +218,8 @@ static void help(const char *prog)
218218 printf (" and it would not imply foregrounding\n" );
219219 printf (" - Unlike one '-s ups -l file' spec, you can specify many tuples\n" );
220220 printf (" - Example: -m '*,-' to view updates of all known local devices\n" );
221+ printf (" - Example: -m '*@1.2.3.4,-' to view updates of all known remote\n" );
222+ printf (" devices served by NUT data server with IP address 1.2.3.4\n" );
221223 printf (" -u <user> - Switch to <user> if started as root\n" );
222224 printf ("\nCommon arguments:\n" );
223225 printf (" -V - display the version of this software\n" );
You can’t perform that action at this time.
0 commit comments