coreutils/src
Andrew Liebenow d70990e0cc printf: remove unused argument name from help
printf --help is currently listing three usage forms:

```
Usage: coreutils printf FORMATSTRING [ARGUMENT]...
       coreutils printf FORMAT [ARGUMENT]...
       coreutils printf OPTION
```

But there are only two usage forms, since there is no difference
between "FORMAT" and "FORMATSTRING".

Remove references to "FORMATSTRING", and use "FORMAT" in all places
where "FORMATSTRING" appeared, since other implementations of
`printf` use the argument name "FORMAT".
2024-10-21 10:36:31 -05:00
..
bin bin/coreutils: add --list to help output 2024-09-12 14:55:05 +02:00
uu printf: remove unused argument name from help 2024-10-21 10:36:31 -05:00
uucore Merge pull request #6782 from RenjiSann/checksum-comment 2024-10-18 13:53:34 +02:00
uucore_procs Fix clippy::manual_assert. 2024-09-19 16:31:27 -04:00
uuhelp_parser Fix clippy::unnecessary_join. 2024-09-19 18:05:14 -04:00