Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/loginutils/addgroup.c

    r2725 r3232  
    1010 *
    1111 */
     12
     13//usage:#define addgroup_trivial_usage
     14//usage:       "[-g GID] " IF_FEATURE_ADDUSER_TO_GROUP("[USER] ") "GROUP"
     15//usage:#define addgroup_full_usage "\n\n"
     16//usage:       "Add a group " IF_FEATURE_ADDUSER_TO_GROUP("or add a user to a group") "\n"
     17//usage:     "\n    -g GID  Group id"
     18//usage:     "\n    -S  Create a system group"
     19
    1220#include "libbb.h"
    1321
Note: See TracChangeset for help on using the changeset viewer.