Skip to content

Commit

Permalink
Update migsrcpf.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
worksofliam committed May 21, 2019
1 parent e1aa348 commit 0321780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/migsrcpf.cmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
CMD Prompt('Migrate Source PF')

PARM KWD(LIBRARY) TYPE(*CHAR) LEN(10) +
PROMPT('Source Library2')
PROMPT('Source Library')
PARM KWD(SOURCEPF) TYPE(*CHAR) LEN(10) +
PROMPT('Source PF') ALWUNPRT(*NO)
PARM KWD(OUTDIR) TYPE(*CHAR) LEN(128) +
PROMPT('Output Directory') ALWUNPRT(*NO)
PROMPT('Output Directory') ALWUNPRT(*NO)

0 comments on commit 0321780

Please sign in to comment.