I point this out for making it clear what I try to achieve.
I'm writing a little documentation for my command line utility. It generates two files:
{Prefix}-{4096}bits.public{Prefix}-{4096}bits.private
that contain Prefix value within their names.
How could I formulate the essence of feature (-o, --output) that modifies the Prefix within file name simultaneously for both files?
-o, --output is "The Prefix of Output File Names"
-o, --output is "The Prefix of Output Files Name"
-o, --output is "The Prefix of Output Files' Names" (I guess this is the correct one)
-o, --output is "The Name Prefix of Output Files"
Are there any other options? What is the appropriate one?
The prefix of the output filename."The" is key. – Kyle Bridenstine Jun 05 '19 at 14:29