Skip to content

Commit

Permalink
fixup! APPS/storeutl: fix case where uri and outfile are the same
Browse files Browse the repository at this point in the history
  • Loading branch information
DDvO committed Sep 29, 2024
1 parent 615fe61 commit 6e2c1ed
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/man1/openssl-storeutl.pod.in
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,11 @@ Print out a usage message.

=item B<-out> I<filename>

specifies the output filename to write to or standard output by
default.
This specifies the output file to write to.
Standard output is used if this option is not present.
The output file can be the same as the input,
which leads to replacing the file contents in situ.


=item B<-noout>

Expand Down

0 comments on commit 6e2c1ed

Please sign in to comment.