mirror of
https://github.com/containers/podman.git
synced 2025-05-17 15:18:43 +08:00
Remove 'you' from man pages
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -75,7 +75,7 @@ class Preprocessor():
|
||||
fh_out.write("####> This option file is used in:\n")
|
||||
used_by = ', '.join(x for x in self.used_by[optionfile])
|
||||
fh_out.write(f"####> podman {used_by}\n")
|
||||
fh_out.write("####> If you edit this file, make sure your changes\n")
|
||||
fh_out.write("####> If file is edited, make sure the changes\n")
|
||||
fh_out.write("####> are applicable to all of those.\n")
|
||||
for line in fh_in:
|
||||
if not line.startswith('####>'):
|
||||
|
Reference in New Issue
Block a user