1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-15 17:51:07 +00:00
uutils-coreutils/src
Guillaume Ranquet ee4691f4a2 cp: makes --preserve requires =
prevents --preserve to eat the next argument when no value is passed.

default value for --preserve is set to mode,ownership(unix only),timestamps

before the patch:
cp --preserve foo bar
error: invalid value 'foo' for '--preserve [<ATTR_LIST>...]'
  [possible values: mode, ownership, timestamps, context, link, links, xattr, all]

Signed-off-by: Guillaume Ranquet <granquet@baylibre.com>
2023-06-04 09:46:35 +02:00
..
bin doc: show a warning when no tldr example 2023-05-08 17:48:23 +02:00
help_parser uudoc,uucore_procs: move md parsing to help_parser 2023-04-16 14:32:48 +02:00
uu cp: makes --preserve requires = 2023-06-04 09:46:35 +02:00
uucore Ignore some words 2023-05-30 15:49:53 +02:00
uucore_procs uudoc,uucore_procs: move md parsing to help_parser 2023-04-16 14:32:48 +02:00