Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
InetRes
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
RiscOS
S
Sources
SystemRes
InetRes
Commits
f51c202f
Commit
f51c202f
authored
Nov 08, 2019
by
Robert Sprowson
Committed by
ROOL
Nov 21, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add optional port parameter to tftp help
Version 5.73. Tagged as 'InetRes-5_73'
parent
86bec466
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
Sources/tftp/c/main
Sources/tftp/c/main
+1
-1
VersionNum
VersionNum
+10
-10
No files found.
Sources/tftp/c/main
View file @
f51c202f
...
...
@@ -196,7 +196,7 @@ main(argc, argv)
if
(
argc
>
1
)
{
#ifdef RISCOS_TWEAK
/* Add help */
if
(
strcmp
(
argv
[
1
],
"-help"
)
==
0
)
{
printf
(
"Usage: tftp [host]
\n
"
printf
(
"Usage: tftp [host]
[port]
\n
"
" trivial file transfer program
\n
"
);
exit
(
0
);
}
...
...
VersionNum
View file @
f51c202f
/* (5.7
2
)
/* (5.7
3
)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 5.7
2
#define Module_MajorVersion_CMHG 5.7
3
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
18 Oct
2019
#define Module_Date_CMHG
21 Nov
2019
#define Module_MajorVersion "5.7
2
"
#define Module_Version 57
2
#define Module_MajorVersion "5.7
3
"
#define Module_Version 57
3
#define Module_MinorVersion ""
#define Module_Date "
18 Oct
2019"
#define Module_Date "
21 Nov
2019"
#define Module_ApplicationDate "
18-Oct
-19"
#define Module_ApplicationDate "
21-Nov
-19"
#define Module_ComponentName "InetRes"
#define Module_FullVersion "5.7
2
"
#define Module_HelpVersion "5.7
2 (18 Oct
2019)"
#define Module_LibraryVersionInfo "5:7
2
"
#define Module_FullVersion "5.7
3
"
#define Module_HelpVersion "5.7
3 (21 Nov
2019)"
#define Module_LibraryVersionInfo "5:7
3
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment