Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ʞuıɯ-oɔɐʎ ʎpuɐ committed Aug 14, 2013
1 parent 392f70a commit adacc59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/pt/ui.rb
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def accept
end

def show
# title("Tasks for #{user_s} in #{project_to_s}")
title("Tasks for #{user_s} in #{project_to_s}")
task = get_task_from_params "Please select a story to show"
unless task
message("No matches found for '#{@params[0]}', please use a valid pivotal story Id")
Expand Down Expand Up @@ -480,7 +480,7 @@ def help
puts("pt find [query] # looks in your tasks by title and presents it")
puts("pt list [owner] or all # list all tasks for another pt user")
puts("pt updates [number] # shows number recent activity from your current project")
puts("pt recent # recently show stories")
puts("pt recent # shows stories you've recently shown or commented on with pt")
puts("")
puts("All commands can be run entirely without arguments for a wizard based UI. Otherwise [required] <optional>.")
puts("Anything that takes an id will also take the num (index) from the pt command.")
Expand Down Expand Up @@ -696,7 +696,7 @@ def show_activity(activity, tasks)
task_id = tasks.index(story)
end
end
message("#{activity.description} [#{story_id}]")
message("#{activity.description} [#{task_id}]")
end

def get_open_story_task_from_params(task)
Expand Down

0 comments on commit adacc59

Please sign in to comment.