diff options
Diffstat (limited to 'coreutils/id.c')
-rw-r--r-- | coreutils/id.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/id.c b/coreutils/id.c index 6022c9f..ec9227d0 100644 --- a/coreutils/id.c +++ b/coreutils/id.c @@ -175,7 +175,7 @@ int id_main(int argc UNUSED_PARAM, char **argv) } } else if (n < 0) { /* error in get_groups() */ if (!ENABLE_DESKTOP) - bb_error_msg_and_die("cannot get groups"); + bb_error_msg_and_die("can't get groups"); else return EXIT_FAILURE; } |