-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor typos in help for dir, flist and listfiles #86
Labels
fixed in next release
Staged in the next release candidate system
Comments
Thanks for the issue! That makes sure this will be fixed.
I believe the sequences [fn|* [fm|* [ft|*]]] are supposed
to be [fn|* [ft|* [fm|*]]] :-)
Bob Bolch
…On Fri, Dec 16, 2022 at 10:53 AM srtlg ***@***.***> wrote:
first ft should be fm in the synopsis
second fn in item list should be fm
diff -u1 printouts/dir.help$cm printouts.corrected/dir.help$cm--- printouts/dir.help$cm 2022-12-16 16:41:27.515481791 +0100+++ printouts.corrected/dir.help$cm 2022-12-16 16:45:40.502477261 +0100@@ -8,3 +8,3 @@
+----------+------------------------------------------------------------------+-| DIR | [fn|* [ft|* [ft|*]]] [(options...[)]] |+| DIR | [fn|* [fm|* [ft|*]]] [(options...[)]] |
| | |@@ -20,3 +20,3 @@
-fn is the filetype of the files for which information is to be collected.+ft is the filetype of the files for which information is to be collected.
If an asterisk is coded in this field, all filetypes are used. If youdiff -u1 printouts/flist.help$cm printouts.corrected/flist.help$cm--- printouts/flist.help$cm 2022-12-16 16:41:41.702481537 +0100+++ printouts.corrected/flist.help$cm 2022-12-16 16:46:05.270476817 +0100@@ -9,3 +9,3 @@
+----------+------------------------------------------------------------------+-| FLIST | [fn|* [ft|* [ft|*]]] |+| FLIST | [fn|* [fm|* [ft|*]]] |
+----------+------------------------------------------------------------------+@@ -18,3 +18,3 @@
-fn is the filetype of the files for which information is to be collected.+ft is the filetype of the files for which information is to be collected.
If an asterisk is coded in this field, all filetypes are used. If youdiff -u1 printouts/listfile.help$cm printouts.corrected/listfile.help$cm--- printouts/listfile.help$cm 2022-12-16 16:45:06.847477864 +0100+++ printouts.corrected/listfile.help$cm 2022-12-16 16:46:20.469476545 +0100@@ -8,3 +8,3 @@
+----------+------------------------------------------------------------------+-| Listfile | [fn|* [ft|* [ft|*]]] [(options...[)]] |+| Listfile | [fn|* [fm|* [ft|*]]] [(options...[)]] |
| | |@@ -24,3 +24,3 @@
-fn is the filetype of the files for which information is to be collected.+ft is the filetype of the files for which information is to be collected.
If an asterisk is coded in this field, all filetypes are used. If you
—
Reply to this email directly, view it on GitHub
<#86>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARUFCBL6PB65HKSBCWZTPQDWNSF6DANCNFSM6AAAAAATBEINIE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
You are correct, my bet. Still new on CMS |
BobBolch
added
the
fixed in next release
Staged in the next release candidate system
label
Jan 16, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
first ft should be fm in the synopsis
second fn in item list should be fm
The text was updated successfully, but these errors were encountered: