diff options
author | Tom Bereknyei <tomberek@gmail.com> | 2023-06-12 08:40:17 -0400 |
---|---|---|
committer | Tom Bereknyei <tomberek@gmail.com> | 2023-06-12 08:40:17 -0400 |
commit | 0e3849dc650250e36fb69c197a8a1fffe4f7d480 (patch) | |
tree | 887cb40daa6a65fd8e60f440002969a9daf149ff /src/libcmd | |
parent | 08089fdd3284fcb27bcec347d6bf88ec2a79a8a0 (diff) |
test: add test for non-defaulting for stding installable input
Diffstat (limited to 'src/libcmd')
-rw-r--r-- | src/libcmd/installables.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcmd/installables.cc b/src/libcmd/installables.cc index 684d76a57..10b077fb5 100644 --- a/src/libcmd/installables.cc +++ b/src/libcmd/installables.cc @@ -701,7 +701,7 @@ RawInstallablesCommand::RawInstallablesCommand() { addFlag({ .longName = "stdin", - .description = "Read installables from the standard input.", + .description = "Read installables from the standard input. No default installable applied.", .handler = {&readFromStdIn, true} }); |