diff options
| author | Andrew Thompson <thompsa@FreeBSD.org> | 2009-01-13 19:02:17 +0000 |
|---|---|---|
| committer | Andrew Thompson <thompsa@FreeBSD.org> | 2009-01-13 19:02:17 +0000 |
| commit | 63812bb50a21a8147b47cb4aafcc595b15b73d9e (patch) | |
| tree | d5a29a5d60f561c56970750f906edb8129a67dfa | |
| parent | abc96a038c758e3b1bebcdd17d2d9e513eee2e2d (diff) | |
Notes
| -rw-r--r-- | usr.sbin/usbconfig/usbconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/usbconfig/usbconfig.c b/usr.sbin/usbconfig/usbconfig.c index 0967464f9358..e0f03dd56770 100644 --- a/usr.sbin/usbconfig/usbconfig.c +++ b/usr.sbin/usbconfig/usbconfig.c @@ -327,7 +327,7 @@ flush_command(struct libusb20_backend *pbe, struct options *opt) opt->got_power_save + opt->got_power_on + opt->got_power_off) > 1) { - err(1, "cannot only specify one of 'set_config', " + err(1, "can only specify one of 'set_config', " "'set_alt', 'reset', 'suspend', 'resume', " "'power_save', 'power_on' and 'power_off' " "at the same time!"); |
