busybox/miscutils
Denys Vlasenko 3d88cc1d37 dc: correct --help text
before:

    Tiny RPN calculator. Operations:
    +, -, *, /, %, ~, ^, |,
    p - print top of the stack without popping
    f - print entire stack
    k - pop the value and set the precision
    i - pop the value and set input radix
    o - pop the value and set output radix

After:

    Tiny RPN calculator. Operations:
    Arithmetic: + - * / % ^
    ~ - divide with remainder
    | - modular exponentiation
    v - square root
    p - print top of the stack without popping
    f - print entire stack
    k - pop the value and set precision
    i - pop the value and set input radix
    o - pop the value and set output radix

function                                             old     new   delta
packed_usage                                       33519   33565     +46

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2021-02-26 13:32:29 +01:00
..
2020-12-13 19:18:28 +01:00
2021-02-26 13:32:29 +01:00
2020-11-29 12:40:25 +01:00
2021-02-03 20:52:40 +01:00
2020-12-13 19:04:19 +01:00
2020-12-29 16:53:11 +01:00
2020-12-29 16:53:11 +01:00
2020-08-13 17:12:56 +02:00
2020-08-13 17:12:56 +02:00
2020-12-27 16:02:37 +01:00
2020-12-13 19:04:19 +01:00
2020-08-13 17:12:56 +02:00
2020-08-13 17:12:56 +02:00
2020-08-13 17:12:56 +02:00
2020-08-13 17:12:56 +02:00
2020-08-13 17:12:56 +02:00
2020-08-13 17:12:56 +02:00