Reputation: 81
when i am trying use below p4 command i am getting an error as
p4 -Ztag -F "%depotFile%" files @= 12345
Perforce client error: p4 -h for usage. Invalid option: -F.�
But same command working in other systems could u please help with issue
Upvotes: 0
Views: 1039
Reputation: 3249
The -F
option was added in the 2013.2 release (read here). Based on the message I think you're using an older version which doesn't know about -F
yet.
Please run p4 -V
and see the version of your client (the last line of the output). If it's pre-2013.2, you'll need to upgrade.
Upvotes: 3