mirror of
https://github.com/sheumann/hush.git
synced 2025-01-03 16:29:50 +00:00
translate Russian-English to just plain English
This commit is contained in:
parent
a2841e6d4b
commit
e17c80e604
@ -230,11 +230,13 @@ Special characters:
|
|||||||
root:x:0:0:root:/root:/bin/bash
|
root:x:0:0:root:/root:/bin/bash
|
||||||
user:x:500:500::/home/user:/bin/bash
|
user:x:500:500::/home/user:/bin/bash
|
||||||
|
|
||||||
"--" A double dash as the first char in a bb_opt_complementally group
|
"--" A double dash at the beginning of bb_opt_complementally means the
|
||||||
means make first argv[1] as option always as may be added -, special
|
argv[1] string should always be treated as options, even if it isn't
|
||||||
for "ar" and "tar" applets.
|
prefixed with a "-". This is to support the special syntax in applets
|
||||||
|
such as "ar" and "tar":
|
||||||
|
tar xvf foo.tar
|
||||||
|
|
||||||
"?" A "ask" between main and group options causes the second of the two
|
"?" An "ask" between main and group options causes the second of the two
|
||||||
to be depending required as or if first is given on the command line.
|
to be depending required as or if first is given on the command line.
|
||||||
For example from "id" applet:
|
For example from "id" applet:
|
||||||
|
|
||||||
@ -264,6 +266,8 @@ Special characters:
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* this should be bb_opt_complementary, but we'll just keep it as
|
||||||
|
bb_opt_complementally due to the Russian origins */
|
||||||
const char *bb_opt_complementally;
|
const char *bb_opt_complementally;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user