<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-base.

</pre>
<p><a href="https://github.com/macports/macports-base/commit/1c7c8b21c42962e9761aeb97844aa91f320eee47">https://github.com/macports/macports-base/commit/1c7c8b21c42962e9761aeb97844aa91f320eee47</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 1c7c8b2  portindex.tcl: Remove -a flag from usage
</span>1c7c8b2 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1c7c8b21c42962e9761aeb97844aa91f320eee47
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Nov 24 15:13:15 2017 -0600

<span style='display:block; white-space:pre;color:#404040;'>    portindex.tcl: Remove -a flag from usage
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    portindex does not support a `-a` flag.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Rearrange flags in alphabetical order.
</span>---
 src/port/portindex.tcl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/port/portindex.tcl b/src/port/portindex.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 1a76751..ff6ffe7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/port/portindex.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/port/portindex.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,10 +22,10 @@ mportinit ui_options global_options global_variations
</span> # Standard procedures
 proc print_usage args {
     global argv0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    puts "Usage: $argv0 \[-adf\] \[-p plat_ver_arch\] \[-o output directory\] \[directory\]"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    puts "-o:\tOutput all files to specified directory"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    puts "Usage: $argv0 \[-df\] \[-o output directory\] \[-p plat_ver_arch\] \[directory\]"
</span>     puts "-d:\tOutput debugging information"
     puts "-f:\tDo a full re-index instead of updating"
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    puts "-o:\tOutput all files to specified directory"
</span>     puts "-p:\tPretend to be on another platform"
 }
 
</pre><pre style='margin:0'>

</pre>